projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30918b
)
(compver): Install info and manpages.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 30 Jan 2007 17:10:16 +0000
(17:10 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 30 Jan 2007 17:10:16 +0000
(17:10 +0000)
mac/make-package
patch
|
blob
|
history
diff --git
a/mac/make-package
b/mac/make-package
index 2c113edbd136db65f30f34e000c5093bbd3276bf..a783ef40a50707bfe106793c922be27fbf31353f 100755
(executable)
--- a/
mac/make-package
+++ b/
mac/make-package
@@
-330,6
+330,8
@@
compver=powerpc-apple-darwin`uname -r`
if test "$self_contained" = "yes"; then
# Move shared files down to Resources directory
mv $installprefix/share/emacs/$version/* $installprefix
+ mv $installprefix/share/info $installprefix
+ mv $installprefix/share/man $installprefix
rm -rf $installprefix/share
# These directories might remain in Resources
mv $installprefix/bin $installprefix/../MacOS/bin